4.1. HTTP Methods
The following methods are specified in the protocol description, PUT
, POST
, GET
, DELETE
. To avoid various issues with certain methods being blocked clients may use the X-HTTP-Method-Override:
header to specify the intended operation. Servers SHOULD
behave as if the named method was used.
POST /user/fred/calendar/ HTTP/1.1 ... X-HTTP-Method-Override: PUT